home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / em7sui_1 / em7sui~1.exe / VR_COMMON_Header.wr_ / VR_COMMON_Header.wr
Text File  |  1998-09-18  |  4KB  |  112 lines

  1. #VRML V2.0 utf8
  2.  
  3. # Copyright Electrohouse 1998
  4.  
  5. # This file may not be copied, modified or distributed
  6. # in any way which violates the ProtoPak licensing 
  7. # agreement established by Electrohouse.  
  8.  
  9. # WARNING !!!
  10. # Electrohouse provides the VR_COMMON_Header.wrl file as the set of externproto
  11. # headers to be used by the VRML content developers in their wrl files.
  12. # This file is only designed to be a cut and paste tool, so that headers
  13. # can easily be added to the users wrl file.  Electrohouse assumes no 
  14. # responsibility for any tampering, altering or modifying of this file.
  15. # Electrohouse does not prevent the user from making changes to this file,
  16. # however, they will  not support any problems caused by such modifications.
  17.  
  18. # The Protos  ---------------------------------------------------
  19.  
  20. EXTERNPROTO em7_LongToVRMLColor [
  21.     field SFInt32 longColor
  22.     eventIn SFInt32 set_longColor
  23.     eventOut SFColor VRMLColor_changed
  24. ] "VR_COMMON.wrl#em7_LongToVRMLColor"
  25.  
  26. #--------------------------------------------------------------
  27.  
  28. EXTERNPROTO em7_ScaledSFFloat [
  29.     field SFFloat oldMin
  30.     field SFFloat oldMax
  31.     field SFFloat newMin
  32.     field SFFloat newMax
  33.     eventIn SFFloat set_oldMin
  34.     eventIn SFFloat set_oldMax
  35.     eventIn SFFloat set_newMin
  36.     eventIn SFFloat set_newMax
  37.     eventIn SFFloat set_value
  38.     eventOut SFFloat value_changed
  39. ] "VR_COMMON.wrl#em7_ScaledSFFloat"
  40.  
  41. #--------------------------------------------------------------
  42.  
  43. EXTERNPROTO em7_ScaledMFFloat [
  44.     field SFFloat oldMin
  45.     field SFFloat oldMax
  46.     field SFFloat newMin
  47.     field SFFloat newMax
  48.     eventIn SFFloat set_oldMin
  49.     eventIn SFFloat set_oldMax
  50.     eventIn SFFloat set_newMin
  51.     eventIn SFFloat set_newMax
  52.     eventIn MFFloat set_value
  53.     eventOut MFFloat value_changed
  54. ] "VR_COMMON.wrl#em7_ScaledMFFloat"
  55.  
  56. #--------------------------------------------------------------
  57.  
  58. EXTERNPROTO em7_SingleTypeConversion [
  59.     eventIn SFBool SFBoolValue
  60.     eventIn SFFloat SFFoatValue
  61.     eventIn SFInt32 SFInt32Value
  62.     eventIn SFString SFStringValue
  63.     eventOut SFBool SFBoolResult
  64.     eventOut SFFloat SFFloatResult
  65.     eventOut SFInt32 SFInt32Result
  66.     eventOut SFString SFStringResult
  67.     eventOut MFString MFStringResult
  68. ] "VR_COMMON.wrl#em7_SingleTypeConversion"
  69.  
  70. #--------------------------------------------------------------
  71.  
  72. EXTERNPROTO em7_ToString [
  73.     eventIn SFBool SFBoolValue
  74.     eventIn SFFloat SFFloatValue
  75.     eventIn SFInt32 SFInt32Value
  76.     eventIn SFString SFStringValue
  77.     eventIn SFTime SFTimeValue
  78.     eventIn SFVec2f SFVec2fValue
  79.     eventIn SFVec3f SFVec3fValue
  80.     eventIn SFColor SFColorValue
  81.     eventIn SFRotation SFRotationValue
  82.     eventIn MFFloat MFFloatValue
  83.     eventIn MFInt32 MFInt32Value
  84.     eventIn MFVec2f MFVec2fValue
  85.     eventIn MFVec3f MFVec3fValue
  86.     eventIn MFColor MFColorValue
  87.     eventIn MFRotation MFRotationValue
  88.     eventOut MFString MFStringResult
  89. ] "VR_COMMON.wrl#em7_ToString"
  90.  
  91. #--------------------------------------------------------------
  92.  
  93. EXTERNPROTO em7_Debugger [
  94.     eventIn SFBool SFBoolValue
  95.     eventIn SFFloat SFFloatValue
  96.     eventIn SFInt32 SFInt32Value
  97.     eventIn SFString SFStringValue
  98.     eventIn SFTime SFTimeValue
  99.     eventIn SFVec2f SFVec2fValue
  100.     eventIn SFVec3f SFVec3fValue
  101.     eventIn SFColor SFColorValue
  102.     eventIn SFRotation SFRotationValue
  103.     eventIn MFFloat MFFloatValue
  104.     eventIn MFInt32 MFInt32Value
  105.     eventIn MFVec2f MFVec2fValue
  106.     eventIn MFVec3f MFVec3fValue
  107.     eventIn MFColor MFColorValue
  108.     eventIn MFRotation MFRotationValue
  109.     eventOut MFString MFStringResult
  110. ] "VR_COMMON.wrl#em7_Debugger"
  111.  
  112.